Skip to content

Conversation

@lxcid
Copy link
Contributor

@lxcid lxcid commented Jan 12, 2026

The GitHub Packages publish step was incorrectly attempting to publish to npm registry instead of GitHub Packages. This adds the explicit --registry flag to ensure it publishes to the correct registry.

Without this flag, the setup-node registry configuration was being overridden by the prepublishOnly script, causing the publish to target npm instead of GitHub Packages.

@lxcid lxcid force-pushed the lxcid/fix-github-publish branch from 8c4d3d5 to abfc5e5 Compare January 12, 2026 07:23
@changeset-bot
Copy link

changeset-bot bot commented Jan 12, 2026

🦋 Changeset detected

Latest commit: 44df9ff

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@taskade/temporal-parser Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

The GitHub Packages publish step was incorrectly attempting to publish
to npm registry instead of GitHub Packages. This adds the explicit
--registry flag to ensure it publishes to the correct registry.

Without this flag, the setup-node registry configuration was being
overridden by the prepublishOnly script, causing the publish to
target npm instead of GitHub Packages.
@lxcid lxcid force-pushed the lxcid/fix-github-publish branch from abfc5e5 to cffcdae Compare January 12, 2026 07:24
@lxcid lxcid force-pushed the lxcid/fix-github-publish branch 2 times, most recently from 0376208 to ce42540 Compare January 12, 2026 07:27
@lxcid lxcid force-pushed the lxcid/fix-github-publish branch from ce42540 to 44df9ff Compare January 12, 2026 07:28
@lxcid lxcid changed the title fix(ci): explicitly set GitHub Packages registry in publish step build(ci): explicitly set GitHub Packages registry in publish step Jan 12, 2026
@lxcid lxcid merged commit 5165f82 into main Jan 12, 2026
3 checks passed
@lxcid lxcid deleted the lxcid/fix-github-publish branch January 12, 2026 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants